home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 007.dms / 007.adf / InstallHD-Fortress < prev    next >
Text File  |  1992-10-23  |  890b  |  23 lines

  1. echo ""
  2. echo "                      Fortress Hard Drive Installation"
  3. echo "                      --------------------------------"
  4. echo ""
  5. echo "     If you have a Hard Drive, you have the luxury of loading Fortress "
  6. echo "     in a few seconds, rather than a few minutes.                      "
  7. echo "     A directory in your DH0 partition will be created named 'Fortress'"
  8. echo "     and the game will be copied there.  You will need about 1Mb Free!"
  9. echo ""
  10. ask "     Do you want to install Fortress ?"
  11. if warn
  12.    echo ""
  13.    echo "     Creating DH0:Fortress/..."
  14.    makedir "DH0:Fortress"
  15.    copy all to "DH0:Fortress"
  16.    copy "HDInstallIcon.Fortress.info" to "DH0:"
  17.    rename "DH0:HDInstallIcon.Fortress.info" to "DH0:Fortress.info"
  18.    delete "DH0:Fortress/InstallHD-Fortress"
  19.    delete "DH0:Fortress/InstallHD-Fortress.info"
  20.    echo ""
  21.    echo "     Enjoy the game. Be Happy!"
  22. endif
  23.